home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / tundo.zip / TUNDO.DOC < prev    next >
Text File  |  1992-06-06  |  5KB  |  130 lines

  1.  
  2.  
  3.  
  4.  
  5. T-Undo
  6.  
  7. Version 1.0
  8.  
  9. Written by Todd M. Kennedy, 1992.
  10.  
  11.  
  12.  
  13. What is T-Undo?
  14.  
  15.    While searching the archives on Internet, I found a very interesting
  16. program by the name of 'undo'. This program would take (almost) any compressed
  17. file, track down the archiver, and then procede to de-archive it.
  18. Unfortunately, the program was cripple-ware unless you sent in your $20
  19. share-ware fee. Well, I didn't like the idea, and thus, T-Undo was born.
  20. T-Undo is much like it's predecessor, but, with some key differences.  First,
  21. there is basically no limit to the number of types of files it will undo.
  22. (However, I set a max of 25 types on this version. It can be expanded if
  23. anyone ever hits that limit)  And, there is no shareware fee for the full
  24. version.  What you see here, is everything you get.
  25.  
  26.  
  27. What you need to use T-Undo
  28.  
  29.    T-Undo requires a configuration file for normal operation.  One has been
  30. supplied with the archive, and it should be enough to get you started.  The
  31. configuration file can be placed either in the directory you do you
  32. de-arciving from, or, somewhere along your path.  It T-Undo can't find it,
  33. it will let you know!
  34.  
  35.    Other than the configuration file, T-Undo only requires you to have the
  36. various de-archivers specified in the configuration file.
  37.  
  38.  
  39. How to use T-Undo
  40.  
  41.    The format for the command-line is:
  42.  
  43.         tundo [/c] [/v] archive_Name [fileName [fileName [filename [...]]]]
  44.  
  45.         /c -- prints out how T-Undo sees your configuration file. Great for
  46.               debugging if something isn't being setup correctly.
  47.  
  48.         /v -- only views the contents of archive_Name and does not
  49.               de-compress it.
  50.  
  51.         archive_Name -- the name of the archive you want to decompress or
  52.                         view. It can be any valid filename with or without
  53.                         wildcards.
  54.  
  55.         fileName -- any valid name that is contained in archive_Name. This
  56.                     is usefull for partial decompression.  fileName can also
  57.                     have wildcards.
  58.  
  59.   If you run T-Undo with no arguments, the help line is printed out.  More
  60. extensive help is planned for further versions.
  61.  
  62.  
  63.                                                               1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. How to setup the configuration file
  71.  
  72.   The configuration file is quite simple to setup.  First, start out with the
  73. extension in square brackets. (i.e. [.ZIP], [.zIp], and [.zip] are all the
  74. same)  The next line should be the name of the unarching program. (Such as
  75. pkunzip, lharc, etc...)  If you don't specify and exact pathname, T-Undo will
  76. automatically search your environment's PATH= statement.  The next line are
  77. the parameters required to un-compress the file.  (This is needed for lharc,
  78. dwc, and others)  The last line contains the parameters required to view the
  79. archive.  If you do not want to specify any parameters for either viewing or
  80. decompressing, simply use the word "NULL". (In all uppercase)  The config file
  81. contained in this archive should be helpful in setting up other config entries.
  82.  
  83.    NOTE:  It is possible for you to use T-Undo for more than compressed files.
  84.           For instance, you can use this config to edit all your .doc files
  85.           with the popular QEdit program.
  86.  
  87.           [.DOC]
  88.           qedit
  89.           NULL
  90.           NULL
  91.  
  92.  
  93. Where to reach the author
  94.  
  95.    I am VERY open to opinions.  (After all, I developed the program for my
  96. needs, and am sure that other users have different needs)  Also, if any bugs
  97. are found, I would like to know about them in order to squash 'em dead!  So,
  98. with that aside, you can reach me through EMail at:
  99.  
  100.       tkennedy@hypnos.CalPoly.EDU
  101.                 or
  102.       tkennedy@polyslo.CalPoly.EDU
  103.  
  104. or, if you don't have access to EMail, I can be reached via snail mail at:
  105.  
  106.       Todd Kennedy
  107.       6637 Marymonte Ct.
  108.       San Jose, CA   95120
  109.  
  110. NOTE:  I am a student at Cal Poly State U, and do NOT reside in San Jose.
  111.        Any mail sent there will be forwarded by my father, and so, response
  112.        will be relatively slow.
  113.  
  114. NOTE:  If you want to use the above address to send money, be more than
  115.        welcome to.  However, please remember, this is a free program, and no
  116.        money is needed to feel guilt-free about using it!  But, if you DO use
  117.        it, a quick note or letter would be appreciated.
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                               2
  130.